home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / othergnu / shlutl18.zoo / shlutl18 / src / false.c next >
Encoding:
C/C++ Source or Header  |  1993-01-17  |  55 b   |  7 lines

  1. #include <minimal.h>
  2.  
  3. void main()
  4. {
  5.   exit(1);
  6. }
  7.